RepeaterPaletteType
Specifies the possible methods for applying the body background palette to items of a repeating group.
Example
The following is an example of how to reference the RepeaterPaletteType object:
// The full path is required.
dundas.controls.RepeaterPaletteType.CHECKERS
Properties
|
|
CHECKERS
|
The palette applies each brush to every item, starting each row in sequence and then each column continues in sequence.
|
|
|
COLUMNS
|
The palette applies each brush to every item in each column, in sequence.
|
|
|
ROWS
|
The palette applies each brush to every item in each row, in sequence.
|